home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / imprvbt2.zip / BATKEY.DOC < prev    next >
Text File  |  1992-09-02  |  430b  |  7 lines

  1. BATKEY.COM      By John Miktuk
  2.      Batkey is a program to enhance batch files.  It accepts a digit from the 
  3. command line of between 1 and 9.  It than waits for a keypress of less than or 
  4. equal to that digit and returns an ERRORLEVEL equal to the keypress.  Pressing 
  5. the ESC key or the 0 key produces an ERRORLEVEL of 10, which is useful for an 
  6. exit option on a menu.  Any keys outside the expected range are ignored.  
  7.